home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / pluginy Firefox / 1122 / 1122.xpi / chrome / tabmixplus.jar / content / tabmixplus / places / bookmarkProperties.xul next >
Extensible Markup Language  |  2009-08-02  |  647b  |  16 lines

  1. <?xml version="1.0"?>
  2.  
  3. <overlay id="TMP_bookmarkPropertiesOverlay"
  4.          xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
  5.  
  6.     <script type="application/x-javascript">
  7.       eval("BookmarkPropertiesPanel._getTransactionsForURIList ="+BookmarkPropertiesPanel._getTransactionsForURIList.toString().replace(
  8.         'var title = this._getURITitleFromHistory(uri);',
  9.         'var uriData = uri; \
  10.          if (!("uri" in uriData)) uriData = {uri: uriData, title: null}; \
  11.          uri = uriData.uri; \
  12.          var title = uriData.title || this._getURITitleFromHistory(uri);'
  13.       ));
  14.     </script>
  15. </overlay>
  16.